home *** CD-ROM | disk | FTP | other *** search
/ The Virtual Portfolio - N…a Showcase - Book 5 1995 / VIRTUAL [md5 EC7DB5CC033E38E511F666CE80BCE509].ISO / mac / Demos / Planet Interactive / Planet Interactive.DXR / 00007.ls < prev    next >
Encoding:
Text File  |  1995-06-16  |  133 b   |  9 lines

  1. on exitFrame
  2.   startTimer()
  3.   repeat while the timer < (7 * 60)
  4.     rotate()
  5.     updateStage()
  6.   end repeat
  7.   puppetSprite(3, 0)
  8. end
  9.